home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr29 / fj653e.zip / FJ2.ASE < prev    next >
Text File  |  1995-02-07  |  2KB  |  76 lines

  1. #######################################################################
  2. # OS/2 FILEJET ARCHIVE DEFINITIONSFILE (c) KLOSEK 1991-95             #
  3. #######################################################################
  4. #                                                                     #
  5. # Syntax of the definitions              :                            #
  6. #                                                                     #
  7. # F>   defines the fileextension, then follows                        #
  8. #   Path of the archive program for compression                       #
  9. #   Path of the archive program for decompression                     #
  10. #   Command to add a file to the archive                              #
  11. #   Command to delete a file in the archive                           #
  12. #   Command to extract a file from the archive                        #
  13. #   Command to list archive                                           #
  14. #   Two dummy commands (for future use)                               #
  15. #                                                                     #
  16. #######################################################################
  17.  
  18. F>  ZIP
  19. pkzip2.exe
  20. unzip.exe
  21. -a
  22. -d
  23. -x
  24. -v
  25. -q
  26. -q
  27.  
  28. #######################################################################
  29.  
  30. F>  LHA
  31. lharc.exe
  32. lharc.exe
  33. a
  34. d
  35. x
  36. v
  37. q
  38. q
  39.  
  40. #######################################################################
  41.  
  42. F>  LZH
  43. lha.exe
  44. lha.exe
  45. a
  46. d
  47. x
  48. v
  49. q
  50. q
  51.  
  52. #######################################################################
  53.  
  54. F>  ZOO
  55. zoo.exe
  56. zoo.exe
  57. -add
  58. -delete
  59. -extract
  60. -list
  61. -q
  62. -q
  63.  
  64. #######################################################################
  65.  
  66. F>  ARJ
  67. arj.exe
  68. unarj.exe
  69. a
  70. d
  71. x
  72. v
  73. q
  74. q
  75.  
  76.